home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gOtherBrowserFound, gTravelTexLocation
- if gOtherBrowserFound then
- ButtonDown(1, EMPTY)
- if rollOver(the clickOn) then
- set MyLoc to the text of field "BrowserLocation"
- if FileExists(MyLoc) then
- open(gTravelTexLocation, MyLoc)
- else
- set gOtherBrowserFound to 0
- go(the frame - 1)
- end if
- end if
- end if
- end
-